* {
    margin: 0;
    padding: 0;
}
html {
    max-width: 750px;
    margin: 0 auto;
    height: 100%;
}
body {
    font-family: Arial, Microsoft YaHei, sans-serif;
    width: 100%;
    max-width: 750px;
    margin: 0 auto;
    position: relative;
}

ul li {
    list-style: none;
}

.popup {
    background-color: #fff;
    padding: 2% 3%;
    box-sizing: border-box;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 99;
    max-width: 750px;
    box-shadow: 0px 0px 10px #999;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: space-between;
}

.pop-mid{
    position: fixed;
    bottom: 0px;
    z-index: 100;
    width: 100%;
    max-width: 750px;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
}

.btnn{
    padding: 3% 1%;
    border-radius: 5px;
    width: 31%;
    text-align: center;
    font-size: 14px;
    color:#fff;
    letter-spacing: 1px;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
    background: #f39a1a;
    cursor: pointer;
    box-sizing:content-box;
    -moz-box-sizing:content-box; /* Firefox */
    -webkit-box-sizing:content-box; /* Safari */;
}

.btn3{
    position: relative;
    width: 28%;
    padding: 3% 0;
}

.btn3 img{
    position: absolute;
    bottom: -40%;
    left:0;
    cursor: pointer;
}

.md-container{
    border-radius: 8px;
    background: #fff;
    max-width: 750px;
    top:40%;
}

.md-content{
    padding: 10% 5%;
    box-sizing: border-box;
    position: relative;
}

.md-content h2{
    font-size: 18px;
    font-weight: bold;
    color:#333;
    text-align: center;
}

.md-content h2 span{
    color:#ec3a3e;
}

.md-content>p{
    font-size: 14px;
    color:#333;
    text-align: center;
    padding-top: 10px;
}

.md-content>p>span{
    color:#ec3a3e;
}

.sheet-top{
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: space-between;
    padding-top: 4%;
}

#pop-name{
    width: 32%;
}

#pop-phone{
    width: 65%;
}

#pop-time{
    width: 100%;
    margin-top: 10px;
}

.item{
    height: 45px;
    line-height: 45px;
    padding: 0 2%;
    box-sizing: border-box;
    background: #fff;
    font-size: 14px;
    color:#333;
    border:1px solid #e5e5e5;
    outline: none;
    border-radius: 4px;
    -webkit-appearance: none;
}

.pop-btn,.pop-btn2{
    background: #ec3a3e;
    font-size: 16px;
    color:#fff;
    text-align: center;
    border:none;
    width: 100%;
    height: 45px;
    line-height: 45px;
    margin-top: 20px;
    border-radius: 5px;
}

.md-close{
    position: absolute;
    top:0;
    right:10px;
    color:#999;
    font-size: 40px;
}

.jmfy{
    border:1px solid #9a9894;
    background: #e2ded8;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    box-sizing: border-box;
    border-radius: 4px;
    color:#333;
    font-size: 16px;
    padding: 10px;
    margin-top: 15px;
}

.jmfy p{
    width: 50%;
    margin: 0;
}

.jmfy div{
    text-align: right;
    display: flex;
    align-content: center;
    align-items: flex-end;
    justify-content: flex-end;
}

.jmfy img{
    width: 60%;
}

.item-s{
    width: 49%;
    background:url(../images/bot_jian.png);
    background-repeat: no-repeat;
    background-size: 15px;
    background-position:  90% center;
}

.dpmj{
    height: 45px;
    line-height: 45px;
    border:1px solid #e5e5e5;
    margin-top: 4%;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: space-between;
    color:#333;
    border-radius: 4px;
}

.dpmj input{
    width: 80%;
    border:none;
    height: 40px;
    margin-left: 2px;
    line-height: 40px;
}

.dpmj p{
    width: 15%;
    margin: 0;
    text-align: center;
    height: 32px;
    line-height: 32px;
    border-left:1px solid #e5e5e5;
}

.phone2{
    width: 100%;
    margin-top: 4%;
}


#modal-10{
    background: url('../images/m-tc02-bg.png') top center no-repeat;
    background-size: 100% 100%;
    padding-top: 17%;
}

#modal-10 .sheet3{
    background: #fff;
    padding: 18px;
    border-radius: 8px 8px 0 0;
}

.name2{
    width: 100%;
}

.pop-btn3{
    background-image: linear-gradient(90deg,#f43559 0%,#fb4f4f 100%),linear-gradient(#f8365b,#f8365b);
    font-size: 16px;
    color:#fff;
    text-align: center;
    border:none;
    width: 100%;
    height: 45px;
    line-height: 45px;
    margin-top: 20px;
    border-radius: 5px;
}

.md-close3{
    position: absolute;
    top:105%;
    left:50%;
    margin-left: -25px;
    color:#fff;
    font-size: 40px;
    width: 50px;
    height: 50px;

    text-align: center;
    border-radius: 50%;
}